home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / Sherlock 2.0 / DevLibSrc / Mac DevLib / mac_about_dialog.h < prev    next >
Text File  |  1993-12-27  |  222b  |  16 lines

  1. /*
  2.     AS: header for about dialog.
  3.  
  4.     source:  ASa_dlog.h
  5.     started: November 4, 1993.
  6.     version: December 18, 1993.
  7. */
  8.  
  9. #ifndef ASa_dlog_h_
  10. #define ASa_dlog_h_
  11.  
  12. #pragma once
  13.  
  14. void    about_dialog    (void);
  15.  
  16. #endif /* ASa_dlog_h_ */